Path Extrude
Extrude path into 3D object.
Node Data | |
|---|---|
Display name | |
Path Extrude | |
Internal name | |
Node_3D_Mesh_Path_Extrude | |
Inheritances | |
| Node_3D | |
| Node_3D_Object | |
| Node_3D_Mesh | |
| Node_3D_Mesh_Path_Extrude | |
Inputs | |
Node_3D_Object | |
vec3 |
Position |
vec3 |
Anchor |
quaternion |
Rotation |
vec3 |
Scale |
Node_3D_Mesh_Path_Extrude | |
pathnode |
Path |
float |
Path Scale |
bool |
Loop |
int |
Subdivision |
int |
Side |
rotation |
Profile Angle |
float |
Radius |
curve |
Radius Over Path |
bool |
End Caps |
bool |
Inverted |
bool |
Smooth |
d3material |
Material Side |
d3material |
Material Cap |
vec2 |
Texture Scale |
bool |
Use Path Color |
Outputs | |
Node_3D_Mesh | |
d3mesh |
Mesh |
Extrude the path into a 3D mesh using circle profile. This node support both Path and 3D Path as input.
Properties
Path
2D or 3D Path data.
Loop
Whether to connect the last point to the first point.
Subdivision
The number of subdivisions long the path.
Side
The resolution of the profile.
Radius
The radius of the profile.
Radius Over Path
Modify the radius of the profile along the path.
End Caps
Whether to add end caps to the mesh.
Inverted
Whether to invert the normals of the mesh.